[RECOVERY] CWM Advanced Edition PhilZ Touch [CWM 6.41.6]

SavanTorian

SavanTorian

Ehrenmitglied
5.129
Ich, Android-Hilfe.de oder die Entwickler/Publisher der ROM oder Mods,
übernehmen keine Haftung für mögliche Schäden an eurem Gerät!

Ihr seid daher für euer Handeln selbst verantwortlich!!!


* * * * * * * * * * * * * * * * * * * * * * * * *
PhilZ Touch 6.x Recovery
CWM Advanced Edition 6.x
* * * * * * * * * * * * * * * * * * * * * * * * *

Donwloads:

Goo.im Downloads - Browsing klte
(aktuelle Version 6.41.6)

Beschreibung, Screenshots, Flashing Hinweise (XDA) :

[12.05.2014]CWM 6.0.4.8 Advanced Edition / PhilZ Touch 6.41.6 (libtouch_gui 1.21) - xda-developers

Philz Touch S5 Thread

Galaxy S5 International (kltexx --> klte)

Das Flashen der Recovery Advanced Edition ist für alle Modelle des S5 möglich, es gibt hierbei keinerlei Unterschiede,
d.h. eine Version für alle :thumbup:


Knox

Wer am Gerät etwas ändert, sollte auch hier bedenken,
dass Knox dann auf 0x1 triggert
und somit neue Garantiebedingungen vorzufinden sind.




Credits

To ALL people who help in porting device sources and give feedback for debugging
A special thank also to the below, and ALL who I do not mention but did contribute a lot with their efforts

  • Koush for having created and maintaining cwm
  • Cyanogenmod for making all this possible
  • Tallustus from Team Skyfire for his great support over IRC: MAJOR CREDITS
  • Dees_Troy from TWRP team for pigz source and many great ideas in their recovery + source for backups compatibility
  • Chenglu for his unpacking tools and porting i9505: Huge credit
  • kbc-developers for the base semi-touch code and much more

  • Gokhanmoral@Siyah for his great job / support
  • sk8erwitskil for his recovery source, a great place to start learning
  • shoe63 for his help from the start across many devices
  • DooMLoRD for his work and help with Sony
  • [NUT] for his ports to Sony
  • wanam for compiling sensors-free kernels for N71xx/i317M, i9500 and i9505 to fix boot delay for custom kernels, exfat support and much more
  • dougiebee for his work on fixing time on many Qualcom devices
  • ausdim for all the support in developing kernels for i9505
  • dr.ketan for his precious help in porting to the N7000 & N7100 (I don't own one) and all the support in threads
  • Chainfire for his support (stock recovery flash) and all his work for the Android community
 
Zuletzt bearbeitet von einem Moderator:
  • Danke
Reaktionen: mahd, TimTaler007, ApfelWieBirne und eine weitere Person
Einen Hinweis auf das Knox Flag 01 würde ich noch einfügen, es gibt sicher immer noch User für die das neu ist :)
 
  • Danke
Reaktionen: Darktrooper
aktuelle Version ist philz_touch_6.41.6-klte
 
Na, schlaft ihr alle noch? :D
6.48.4 is da…

https://goo.im/devs/philz_touch/CWM_Advanced_Edition/klte/
(auf der Seite runter scrollen!)

Changelog:

6.48.4 (06.07.2014)
- merge multi stage install packages support from AOSP
- CWM 6.0.5.0

6.48.1 (30.06.2014)
- add option to directly parse time_daemon data files
- refresh current time in menu header after time daemon fixes
- fix first passkey prompt screen did not show proper background under some circumstances
- libtouch_gui 1.30

6.47.7 (25.06.2014)
- preserve background icon user settings after sideload, install zip and wipe actions
- use real fstype instead of auto in /etc/fstab when converting between ext4 f2fs using extra.fstab
- libtouch_gui 1.29
- LG G2 variants: enable performance mode in recovery (device tree)
- HTC One Mini (m4): enable f2fs and exfat kernel support
- Galaxy S5 LTE (klte): enable backup/restore of /efs, /modemst1 and /modemst2 partitions

6.47.6 (24.06.2014)
- recovery lock: support use of virtual / capacitive keys as pass key
- libtouch_gui 1.28

6.47.4 (23.06.2014)
- fix adb was disabled when no recovery lock passkey was setup
- Galaxy S3 D2 variants: enable f2fs support

6.47.3 (20.06.2014)
- add recovery lock with passkey on start
- better extra partitions support in custom nandroid operations
- fix segfault during shell nandroid backup/restore commands
- enable progress display during "adb shell nandroid backup/restore" commands
- enhance and fix bugs of progress display during install/nandroid... operations
- nandroid restore: fix progress bar animation when md5 verify is enabled
- nandroid md5: fix progress bar was not reset for each file
- nandroid md5: fix .android_secure md5 sum was never generated or checked
this could cause md5 check to fail under some circumstances
- limit logging to console in adb shell nandroid and mount commands
- fix detection of real fstype (pointer to in the scope char array bug)
- merge: "Only chmod backup/blobs directory if it exists"
- merge: "Enable cmdline nandroid backup of vold volumes"
- disable useless sd-ext warnings and errors
- merge loki updates
- f2fs ext4 conversion: support fs_options2 through extra.fstab before dropping to bare minimal options
- clean up code
- libtouch_gui 1.26

6.43.8 (02.06.2014)
- fix recursive path creation bug for /data/media/0
- f2fs: do not try f2fs recovery.fstab mount options on an ext4 partition
- f2fs: do not redefine default recovery ext4 mount options when migrating from an f2fs recovery.fstab
- f2fs: error message when converting unsupported file systems
- fix Galaxy Mega variant background resolution

6.43.5 (01.06.2014)
- default to /data/media/0 unless we define BOARD_HAS_NO_MULTIUSER_SUPPORT
- use lstat to check if file exists

6.43.4 (01.06.2014)
- fix text print colour could persist after md5 check

6.43.3 (31.05.2014)
- fix f2fs conversion of /data on /data/media devices
- allow ext4 f2fs backup data migration in nandroid
- cleanup code

6.43.0 (30.05.2014)
- nandroid backup: fix 'media' exception:
In CWM, a bug present from the begining was preventing any path/file named media from backup on /data/media devices
This fix will only exclude /data/media path and not other media files/folders

6.42.9 (30.05.2014)
- default again to libtar for backup/restore

6.42.7 (30.05.2014)
default to busybox tar:
- use busybox tar by default as it now supports selinux context backup/restore
- unify libtar and busybox tar options (-p for selinux context)
- remove now deprecated external selinux container code

6.42.5 (30.05.2014)
- f2fs: recreate /etc/fstab after ext4/f2fs conversion for proper use of system mount command
- comment useless dead code

6.42.4 (30.05.2014)
- f2fs: fix nandroid restore to f2fs partitions
- f2fs: support format extra storage to f2fs (vold patch needed)
- f2fs: support switching between f2fs/ext4 (needs f2fs in kernel modules), thanks @KumaJaya
- f2fs: reload volume table after f2fs/ext4 conversion (no reboot needed after conversion)
- f2fs: do not format whole /data when not expected on /data/media devices
- f2fs: allow /data f2fs/ext4 conversion for non data_media devices

6.41.8 (26.05.2014)
Preserve recovery settings after a wipe
- on settings change, create a second copy of recovery settings on primary storage (/sdcard)
- on recovery exit, always copy recovery settings to sdcard if no copy is present
- after a wipe, on recovery exit, try to restore settings from the copy on primary storage
- fix save/restore settings menu labels
- libtouch_gui 1.22
 
Zuletzt bearbeitet:
  • Danke
Reaktionen: sventehf
Servus und Hallo,

da ja mit der neusten Philz jetzt auch der EFS Ordner und so wie ich das sehe Modem1 und Modem2 also die EMEI gesichert werden kann , ist das nun somit ein vollwertiges Backup?
Da es ja heißt das nur der EFS Ordner alleine nicht reicht?
Habe ich über EFSPro und QPST gesichert!
Aber wird jetzt auch bei Philz EFS und IMEI gesichert und ist das gleichwertig wie EFSPro und QPST ?
Oder sehe ich das falsch?
Es wäre gut das zu wissen.
Danke für eure Auskunft.
lg
 
Zuletzt bearbeitet:
Das ist doch ne berechtigte Frage ? Hat mir da niemand ne Antwort?
Lg
 
Hallo,

wie kann ich ein Backup auf ein externen Speicher anlegen?
Nach dem einstecken eines USB-Sticks, wird dieser nicht erkannt.
Im normalen Bertrieb funktioniert der Stick. Format: FAT32

Beim Galaxy S3 z.B. wird ein Stick als USBDISK0 erkannt und gemountet.

Ich verwende philz_touch_6.57.8-klte.




Vielen Dank
 
Hat es geklappt?
Wenn nicht welche Rom hast du drauf?
 
Leider hat Philz den Support eingestellt. Philz wird die CWM nicht mehr weiter entwickeln. Alles steht im OriginalThread auf XDA!

ST

End Of Support


Project Status: No Longer Updated

As I mentioned before, I have a lot of new important projects in my real life. I am very happy to abandon this project for real life alternatives.
CWM is a dead project for now, until some dev resurrects it. I was about to do, until these new projects came.

Current version will probably work a while for many devices. Some devices with new ROM installers could have issues. Just use TWRP or the CM Simple Recovery

If the current version works for you, there is no reason you don't use it though. No need to bitch in all threads because it doesn't work for you. Just move on to other alternatives.
 
Zuletzt bearbeitet:
  • Danke
Reaktionen: BigBug und sventehf
Hallo Gemeinde,

hatte mich jetzt gerade in die Materie reingelesen und mich für das Recovery von Philz entschieden, ist das erste mal das ich mir ein recovery mod installier. Jetzt lese ich hier das der Support eingestellt wird. Ist es jetzt eher ratsam das original cwm zu benutzen oder kann ich dieses hier noch ohne bedenken installieren? hätte jetzt das 6.48.4 eingespielt...
Konnte im Forum auf die Frage nichts finden, bitte entschuldigt wenn es doch schon einen anderen Thread dafür geben sollte...

MfG
keule73
 
Das Recovery geht noch ohne Probleme ne Zeitlang.
Ich habe es auch noch drauf.
Dann wenn es Zeit wird wechsel ich zu TWRP
 
Hallo Droidbabe,

danke für Deine Antwort! Eine Stunde nach meinem vorherigen Post hatte ich mir das Recovery von Philz installiert…:)
Schade das er es nicht mehr supportet, wird es evtl. von anderen usern weiter supportet? Na ja, wird man sehen…

MfG

Keule
 
Ich hoffe auch das es jemand weiter macht,
aber für so viele Modelle ist das ja eine riesen Arbeit.
TWRP ist ja auch Top nur ungewohnt für mich.
 
hallo ihr s5 profis,

hab mal eine frage, will den philz mit odin flashen hab ich dann auch gleich root
mit oder muss ich erst rooten und dann den philz flashen? brauche den eigentlich nur um ein komplett backup zumachen. vorerst möchte ich die stockfirm behalten. dank euch im vorraus.
gruß bruno
 
hallo,

erst rooten mit cf-auto root und dann das philz recovery mod flashen…

mfg
keule
 
Hallo , habe schon so manches Samsung geflasht doch hier will einfach Philz sich nicht Instalieren lassen ???

edit:

Hat sich erledigt ! habe TWRP drauf gemacht jetzt kann ich auch Instalieren !!
 
Zuletzt bearbeitet von einem Moderator:
Ich versuche nun seit vielen Tagen mein SM-G900F zu rooten bzw. wenigstens ein Recovery, z.B. Clockworkmod aufzuspielen. Ich habe dies mit Odin und danach auch mit Heimdall probiert und es dabei mit etlichen Howto's probiert (Towelroot, CF-Auto-Root)

Heimdall erkennt das S5 garnicht erst. Mit Odin kann ich zwar eine neue Firmware aufspielen, z.B. die polnische Lollipop Version, aber eben nicht rooten oder ein CWM installieren - dabei erhalte ich jeweils ein "Fail".

Meine Frage ist nun, ob es noch andere Möglichkeiten gibt, etwa über adb bzw. fastboot?
 
Hallo,
Funktioniert das Philz noch mit Lollipop?
 
Will mir CM12 drauf spielen, aber zuvor alles sichern. Habe TWRP jetzt drauf. Jetzt kann man hier beim backup noch mehr Dinge auswählen die standardmäßig deaktiviert sind. Soll man mit den Standard Einstellungen sichern oder überall Häckchen machen. Modem, EFS usw. ??? Werde ich beim wieder herstellen auch gefragt was ich herstellen möchte, oder wird komplett alles wieder hergestellt? Weil dann kann ich ja erstmal alles sichern, oder? Mit Modem, EFS usw...
 
Alles was gebackuped wird wiederhergestellt.
 

Ähnliche Themen

M
Antworten
5
Aufrufe
2.233
Mufti12000
M
B
  • boevent
Antworten
3
Aufrufe
1.415
hagex
hagex
T
  • Theruner
Antworten
2
Aufrufe
2.247
Theruner
T
Zurück
Oben Unten